home *** CD-ROM | disk | FTP | other *** search
- SCREEN SELECTOR
-
-
- I wrote this QuickBASIC routine to allow user selection of a
- number of choices displayed on the screen. Allows for various
- combinations of rows, columns, column widths, and column spacing,
- as long as they will fit on the screen. The programmer must
- design the screen so that it will "fit"; no error checking is
- done for column wrapping, etc.
-
- To run, load as a program from within the QuickBASIC 4.5
- environment. The module is self-contained and needs no library
- support. Also, it has been saved in text format rather than
- Quick-Load format. The main code sets up a test screen of 48
- choices, 12 rows by 4 columns. I've added internal documentation
- to help figure out what is going on. Nothing real sophisticated,
- but I couldn't find anything quite like it when I needed it for
- one of my programs (at least in structured code, so you could
- understand it-if you are like me, you hate to add any code to
- your programs which you don't quite understand)
-
- I have placed this program into the public domain and you may
- use and modify as you wish.
-
- Randy Sharpe
- CIS 72425,1247
-